home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1438 / readme.txt < prev    next >
Text File  |  1995-12-10  |  5KB  |  143 lines

  1.                 Win95 StringReplace
  2.                 ------------------- 
  3.  
  4.  
  5.  A) INSTALLATION
  6.  B) USAGE
  7.  C) THE REGISTERED VERSION/REGISTRATION
  8.  
  9.  
  10.    
  11.    A) INSTALLATION:
  12.    copy sr.exe into any subdir in your PATH.
  13.  
  14.  
  15.    B) USAGE:
  16.    Sr.exe is basically a utility to be used from 
  17.    the DOS commandline although it may be invoked 
  18.    via icon from the Win95 desktop directly.
  19.  
  20.  
  21.    1)  commandline usage:
  22.  
  23.    sr [path][targetfile] [path][replace_string_file] [-r]
  24.  
  25.    targetfile: any ascii file (.txt, .html etc.)
  26.    replace_string_file: an ascii file containing any number of
  27.    pairs of strings that are to be replaced,
  28.    one pair on each line,
  29.    original string first,
  30.    replacement string second,
  31.    separated by any number of spaces.
  32.    Strings that consist of more than one separate substring
  33.    must be enclosed in quotes.
  34.    Replacement with "nothing": use "" (empty double quotes).
  35.    r-switch: replace recursively in dirs below current dir.
  36.  
  37.    replace_string_file-content-example:
  38.  
  39.       file://localhost/c:\www_server  http://mydomain.com
  40.       "This is vrong"   "This is right"
  41.       \ /
  42.       "   ä
  43.  
  44.    commandline-example:
  45.  
  46.    sr *.html strings_to_be_replaced.txt -r
  47.  
  48.    will replace the string-pairs contained in 
  49.    strings_to_be_replaced.txt in all HTML files in the 
  50.    current dir and all dirs below the current.
  51.  
  52.    2)  From-within-Win95 usage:
  53.  
  54.    Establish a shortcut from sr.exe to your desktop.
  55.    If sr is evoked a window will open
  56.    and you will be prompted for the target_file, the 
  57.    replace_string_file and the start-dir.
  58.    A checkbox to select/de-select recursive action within
  59.    all dirs below the start-dir will appear too.
  60.  
  61.    3)  Replace none-printable characters: (REGISTERED VERSION ONLY)
  62.  
  63.     The following none-printables can be replaced or added:
  64.  
  65.     ^f  Formfeed
  66.     ^n  Newline
  67.     ^r  Carriage return
  68.     ^t  Horizontal tab
  69.     ^^  ^ (Carret)
  70.  
  71.     (e.g.: ^r^n will replace a carriage-return-newline glueing 
  72.      alle lines together to one long line)
  73.     
  74.    4)  Starting from the Windows desktop with shortcut:
  75.     
  76.     The shortcut properties window allows for entry of 
  77.     a commandline. Here you may specify target_file,
  78.     replace_string_file and a start-dir. (If you omit one
  79.     or more of the required parameters the 
  80.     startup-window will appear.)
  81.     Optional is only the "r" switch for recursive
  82.     replace-action.
  83.     You can configure multiple shortcuts with different 
  84.     filenames.
  85.  
  86.  
  87.    C) THE REGISTERED VERSION/REGISTRATION:
  88.  
  89.    You are free to evaluate this program for 30 days.
  90.    After this time you are legaly obliged to REGISTER or delete 
  91.    sr.exe from your system.
  92.  
  93.    The registered version allows you to replace some none-printable 
  94.    characters (see list above). 
  95.    You will not receive any disks in the mail but a 5-character 
  96.    activation-code.
  97.    from the DOS commandline run: 
  98.    
  99.             sr -a:X123Y 
  100.    
  101.    if X123Y is your activation-code to gain those additional features.
  102.  
  103.  
  104.    The registration-fee is US$ 15.-
  105.  
  106.    Register via CompuServe: go swreg  the registration# is 8734
  107.    you will receive a personal activation key via e-mail asap.
  108.  
  109.    Register by phone/fax/e-mail:
  110.    If you want to pay by check (drawn on a US bank only!), 
  111.    please make it payable to: NorthStar Solutions and mail it to:
  112.       NorthStar Solutions
  113.       PO Box 25262
  114.       Columbia, SC 29224
  115.       USA
  116.    Don't forget your mailing address and mention that you want to 
  117.    register StringReplace for Win95!
  118.  
  119.    ATTENTION: If you register with your credit-card please note that
  120.    the company name that will appear on your monthly bill of your CC
  121.    company will be NORTHSTAR SOLUTIONS, not me!
  122.  
  123.    Easiest is registration with our convenient registration-service-lines:
  124.    Calls from inside the US: 1-800-699-6395 (10:00 a.m. - 10 p.m. Eastern Standard Time)
  125.    Calls from outside the US:  803-699-6395 (10:00 a.m. - 10 p.m. Eastern Standard Time)
  126.    Fax from inside or outside the US: 
  127.    803-699-5465  (24 hours available, international and business orders encouraged)
  128.    E-mail: CompuServe 71561,2751  
  129.    InterNet 71561.2751@compuserve.com  
  130.    
  131.    Please note: Absolutely NO information about the program or technical 
  132.    assistance can be given by the 800-operator. They are only processing 
  133.    your registration. 
  134.  
  135.  
  136.  
  137.  
  138. This program has been developed and tested under Win95 release Aug'95
  139.  
  140. For update information check http://lightage.com/stringreplace/
  141. bugreports and questions: e-mail to: samvado@mail.hh.provi.de
  142. or CIS 100120,411.
  143.